[Manager Summary]

PMConvertOldPrintRecord


Creates a new PMPrintSettings object and a new PMPageFormat object from an existing Printing Manager print record.
OSStatus PMConvertOldPrintRecord(Handle prRecHdl, PMPrintSettings *printSettings, PMPageFormat *pageFormat)
PARAMETERS
prRecHdl
A handle to a Printing Manager print record. Supply the print record you need to convert.
printSettings
A PMPrintSettings object. On return, this object is validated to contain all relevant information extracted from the print record.
pageFormat
PMPageFormat object. On return, this object is validated to contain all relevant information extracted from the print record.
function result
A result code. See Result Codes.
DISCUSSION
The PMConvertOldPrintRecord function allows your application to update Printing Manager print records previously stored in existing documents before printing them for the first time using the Carbon Printing Manager.

Last modified: 5/7/99. Status: Draft Copyright 1999 Apple Computer, Inc. All rights reserved.